home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / biz / retail / disk1.exe / STARTNEW.BAT < prev    next >
DOS Batch File  |  1997-03-04  |  394b  |  16 lines

  1. @echo off
  2. cls
  3. echo This option is used to remove the current data so that you can go live!
  4. echo *************
  5. echo ** WARNING **  All data files will be deleted!!  Press Ctrl-C to abort.
  6. echo *************
  7. pause
  8. cls
  9. echo *************
  10. echo Last Chance!  All data files will be deleted!!  Press Ctrl-C to abort.  
  11. echo *************
  12. pause
  13. del *.dat > nul
  14. ECHO TRS > START.BAT
  15. TRS
  16.